home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / rend10.lzh / REND1.0 / Include / control.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-01  |  151 b   |  12 lines

  1. #ifndef CONTROL_H
  2. #define CONTROL_H
  3.  
  4. UBYTE opengraphics(UWORD,UWORD,UWORD *,UBYTE *);
  5. void displaygraphics(void);
  6. void closegraphics(void);
  7.  
  8. #endif
  9.  
  10.  
  11.  
  12.